home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / measdist < prev    next >
Text File  |  1991-11-22  |  775b  |  26 lines

  1.  
  2.    11.4 MEASURE DISTANCE
  3.  
  4.  
  5. The MEASURE DISTANCE command can be used to do three things; it can be used
  6. to find the x/y coordinates of a single point on the drawing, it can measure
  7. the distance between two points on the drawing, or it can be used to find
  8. the total length of a vector list.
  9.  
  10.  
  11.    COMMAND FORMAT
  12.  
  13.       #MEASURE DISTANCE :Loc x1 [x2 x3 ... xn]
  14.  
  15. If only a single location is entered, the x/y coordinates of the point
  16. entered will be displayed to the console window.
  17.  
  18. If two locations are entered ( 'x1' and 'x2' ), the absolute distance
  19. between the points plus the delta-x and delta-y distances will be displayed.
  20. ( See fig. 11.3 ).
  21.  
  22. If more than two locations are entered, the combined total of the distances
  23. between each pair of locations will be displayed.
  24.  
  25.  
  26.